Click or drag to resize

ExtendedPropertyName Constructor (String, Byte)

Initializes a new instance of the ExtendedPropertyName class.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ExtendedPropertyName(
	string name,
	byte[] guid
)

Parameters

name
Type: SystemString
The name.
guid
Type: SystemByte
The unique identifier.
See Also